home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TSERIALNUMFRM / TSERIALNUMFRM.txt
Text File  |  2006-04-19  |  4KB  |  176 lines

  1. object SerialNumFrm: TSerialNumFrm
  2.   Left = 301
  3.   Top = 195
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 222
  8.   ClientWidth = 282
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object lblRegistrationName: TLabel
  21.     Left = 8
  22.     Top = 11
  23.     Width = 3
  24.     Height = 14
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object lblRegistrationCode: TLabel
  33.     Left = 8
  34.     Top = 101
  35.     Width = 3
  36.     Height = 14
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object lblRegistrationID: TLabel
  45.     Left = 8
  46.     Top = 56
  47.     Width = 3
  48.     Height = 14
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clRed
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object lblNotice: TLabel
  57.     Left = 8
  58.     Top = 152
  59.     Width = 265
  60.     Height = 29
  61.     AutoSize = False
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clRed
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     WordWrap = True
  69.   end
  70.   object Bevel1: TBevel
  71.     Left = 0
  72.     Top = 145
  73.     Width = 283
  74.     Height = 2
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 8
  78.     Top = 26
  79.     Width = 267
  80.     Height = 23
  81.     HelpContext = 205
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clBlack
  84.     Font.Height = -12
  85.     Font.Name = 'Courier New'
  86.     Font.Style = []
  87.     MaxLength = 40
  88.     ParentFont = False
  89.     TabOrder = 0
  90.     OnChange = Edit2Change
  91.   end
  92.   object Edit2: TEdit
  93.     Left = 8
  94.     Top = 116
  95.     Width = 267
  96.     Height = 23
  97.     HelpContext = 217
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -12
  101.     Font.Name = 'Courier New'
  102.     Font.Style = []
  103.     MaxLength = 40
  104.     ParentFont = False
  105.     TabOrder = 2
  106.     OnChange = Edit2Change
  107.   end
  108.   object BtnOk: TButton
  109.     Left = 120
  110.     Top = 185
  111.     Width = 75
  112.     Height = 25
  113.     HelpContext = 49
  114.     Default = True
  115.     Enabled = False
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     OnClick = BtnOkClick
  124.   end
  125.   object BtnCancel: TButton
  126.     Left = 201
  127.     Top = 185
  128.     Width = 75
  129.     Height = 25
  130.     HelpContext = 44
  131.     Cancel = True
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clBlack
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ModalResult = 2
  138.     ParentFont = False
  139.     TabOrder = 4
  140.   end
  141.   object BtnOrder: TButton
  142.     Left = 8
  143.     Top = 185
  144.     Width = 75
  145.     Height = 25
  146.     TabOrder = 5
  147.     OnClick = BtnOrderClick
  148.   end
  149.   object Edit3: TEdit
  150.     Left = 8
  151.     Top = 71
  152.     Width = 267
  153.     Height = 23
  154.     HelpContext = 1208
  155.     Font.Charset = ANSI_CHARSET
  156.     Font.Color = clBlack
  157.     Font.Height = -12
  158.     Font.Name = 'Courier New'
  159.     Font.Style = []
  160.     MaxLength = 40
  161.     ParentFont = False
  162.     TabOrder = 1
  163.     OnChange = Edit2Change
  164.   end
  165.   object BtnSkip: TButton
  166.     Left = 8
  167.     Top = 185
  168.     Width = 75
  169.     Height = 25
  170.     ModalResult = 5
  171.     TabOrder = 6
  172.     Visible = False
  173.     OnClick = BtnSkipClick
  174.   end
  175. end
  176.